Returns the name of the specified file without the extension or path.
Syntax
FileRoot(FullFileName As String) As String
| Name | Description |
|---|---|
|
FullFileName |
The fully qualified path of a file for which to return the file root. |
Related concepts